projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31fbc7
)
(read_key_sequence): Reset fkey_map when we find
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 05:31:40 +0000
(
05:31
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 05:31:40 +0000
(
05:31
+0000)
something at the end of Vfunction_key_map.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index af9909922320041669d6c4dc99e0783d0f471e7b..fb935e7bb8fc972f747b5d8bf510b60936584189 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-4023,6
+4023,7
@@
read_key_sequence (keybuf, bufsize, prompt)
mock_input = t;
fkey_start = fkey_end = t;
+ fkey_map = Vfunction_key_map;
goto replay_sequence;
}